home *** CD-ROM | disk | FTP | other *** search
- Font.bas - Simple PRINTing with a disk font
- ===========================================
-
- This example changes fonts AND THEN PRINTs a couple of lines. It
- uses a general InitTextAttr routine that you may find useful in your
- own programs; we've used it ourselves in other examples.
-
- The example will work on all non-obsolete versions of Workbench (V33
- and above).
-
- Compiling
- ---------
- Load the Font_inc.bh file and Tokenise it (Program-Tokenise), making sure you
- have no token file selected in the File Options (Settings-Compiler-Files).
- Once you have your token file, set the File Options-Token File setting to
- the Font_inc.t file just created. Load the Font.bas file, compile & run it.
-